SerializeObject(Object,IList<JsonConverter>) Method
Serializes the specified object to a JSON string using a collection of
JsonConverter.
Parameters
- obj
- The object to serialize.
- jsCters
- A collection of JsonConverter
Return Value
A JSON string representation of the object.